babl.git
2017-03-12 Victor Ananjevskyfish-cache: fix cache path on linux
2017-02-09 Øyvind Kolåsuse non gcc-specific floating point notation
2017-02-09 Øyvind Kolåsbug #778071 improve portability to hp-ux native compiler
2017-01-31 Øyvind Kolåspost release version bump
2017-01-31 Øyvind Kolåsconfigure.ac: 0.1.24 release
2017-01-31 Øyvind Kolåsbabl: generate db in temporary file
2017-01-28 Jehandocs: s/ftp/https/ and s/downloads/download/ on the...
2017-01-28 Øyvind Kolåsdocs: update download location
2017-01-13 Øyvind Kolåsutil: add float versions of non optimized TRC functions
2017-01-13 Øyvind Kolåspow-24: use own inlined frexpf implementation
2017-01-13 Øyvind Kolåsextensions/CIE: do cbrt computation in single precision...
2017-01-13 Øyvind Kolåsextensions/CIE: use cbrtf from musl instead of libm
2017-01-12 Øyvind Kolåsextensions/CIE: make some constants single precision...
2017-01-03 Øyvind Kolåsextensions: enable a couple more simple float<->double...
2016-12-31 Øyvind Kolåsmake fish hashes less likely to fail
2016-12-31 Øyvind Kolåshash-table: simplify integer hashing
2016-12-16 Øyvind Kolåsconfigure: make the f16c test for half-float instructio...
2016-12-16 Øyvind Kolåsextensions/cairo: implement cairo display path from...
2016-12-16 Øyvind Kolåsextensions/cairo: implement rgb8 to cairo32, speeding...
2016-12-15 Øyvind Kolåsextensions: add fast paths going from gray to premul...
2016-12-15 Øyvind Kolåstools/babl-verify: print the substeps of chosen paths
2016-12-15 Øyvind Kolåsbabl-verify.sh: rm cache before running
2016-12-15 Øyvind Kolåscairo: add fast paths for u8 and u16 gray gamma
2016-12-15 Øyvind Kolåsbabl-fish-path: permit searching for one step longer...
2016-12-15 Øyvind Kolåsbabl-verify.sh: add CIE Lab formats to verification
2016-12-15 Øyvind Kolåsbabl-verify.sh: only recompile extensions, not tools
2016-12-15 Øyvind Kolåstools: add shell script to aid in development of fast...
2016-12-15 Øyvind Kolåstools/babl-verify: print selected fast path if a third...
2016-12-15 Øyvind Kolåsextensions: implement bitshifting swizzlers for cairo/u8
2016-12-15 Øyvind Kolåsextensions/sse2-float: add gamma and premul as single...
2016-12-15 Øyvind Kolåssse2-int8: permit converting premultiplied gamma RGBA
2016-12-15 Øyvind Kolåsextensions/cairo: regain some lost speed for 32bit...
2016-12-15 Øyvind Kolåsextensions/fast-float: temporarily disable
2016-12-13 Øyvind Kolåsbabl: return tolerance to 0.000001
2016-12-11 Øyvind Kolåsbabl: make missing fast path message explicit
2016-12-11 Øyvind Kolåsextensions/cairo: add faster paths for 8bit and 16bit...
2016-12-10 Øyvind Kolåsbabl-fish-path: add debug print message when no fast...
2016-12-10 Øyvind Kolåsextensions/add shorter fast path for half gray
2016-12-10 Øyvind Kolåsextensions/simple: improve u16 fast paths
2016-12-09 Øyvind Kolåsextensions/simple: add u16 fast paths
2016-12-09 Øyvind Kolåsextensions/simple: reuse some fast paths for more compo...
2016-12-09 Øyvind Kolåsextensions/simple: implement some 32bit integer fast...
2016-12-09 Øyvind Kolåsextensions: speed up 8bit gray scale for GIMP
2016-12-08 Øyvind Kolåsextensions/16bit: add a couple 16 bit alpha adding...
2016-12-03 Edward Ebabl-cache: implement a better cache path on Win32
2016-11-30 Øyvind Kolåsbabl-cache: fix mk_ancestry to return 0 when behaving...
2016-11-29 Øyvind Kolåsbabl-cache: use babl version in header for releases
2016-11-29 Øyvind Kolåsbabl-cache: factor out construction of header line
2016-11-29 Øyvind Kolåspost release version bump
2016-11-29 Øyvind Kolåsconfigure.ac: 0.1.22 release
2016-11-28 Øyvind Kolåsrename define for default BABL_TOLERANCE to match envvar
2016-11-24 Jehanbabl-cache: just some styling fix.
2016-11-23 Edward Ebabl, babl-cache: enable cache write, fix cache path...
2016-11-23 Edward Ebabl-verify: fix win32 compile, with s/setenv/putenv/g
2016-11-23 Øyvind Kolåsbabl-cache: use clearer arithmetic for dropping 1%...
2016-11-23 Øyvind Kolåsbabl-cache: incorporate BABL_PATH_LENGTH in header
2016-11-23 Øyvind Kolåsbabl-cache: rearrange per fish data
2016-11-22 Øyvind Kolåsbabl-cache: remove win32 bail at start of loading code
2016-11-22 Edward Ebabl-cache: Add a #define for FALLBACK_CACHE_PATH
2016-11-22 Øyvind Kolåsmk_ancestry: propagate return value
2016-11-21 Øyvind Kolåsbabl-verify: make it compile on win32, by making setenv...
2016-11-21 Øyvind Kolåsbabl-cache: expect newline trouble on win32
2016-11-20 Øyvind Kolåsfish_cache_path(): simplify through use stack instead...
2016-11-20 Øyvind Kolåsbabl-cache: use getenv("TEMP") for folder location...
2016-11-20 Øyvind Kolåsfast-float: tweak precision so that float->8bit tests...
2016-11-20 Øyvind Kolåsbabl-cache: avoid %'ing by 0
2016-11-20 Øyvind Kolåsbabl-verify: set a high tolerance, avoid censoring...
2016-11-19 Øyvind Kolåstwo-table: add RGBA float to R'G'B'A u8
2016-11-19 Øyvind Kolåsfast-float: add RGBA float to R'G'B'A u8
2016-11-19 Øyvind Kolåsmake pow implementations inlineable - gaining some...
2016-11-19 Øyvind Kolåsfast-float: fix regression introduced when reindenting
2016-11-19 Øyvind Kolåsremove babl-fish-stats
2016-11-19 Øyvind Kolåsgegl-fixups: indentation
2016-11-19 Øyvind Kolåsfast-float: indentation
2016-11-19 Øyvind Kolåsremove bablfishpath
2016-11-19 Øyvind Kolåscairo: reorder memory reads to be linear
2016-11-19 Øyvind Kolåsfast-float: improve memory access order
2016-11-19 Øyvind Kolåsremove babl_process_cost
2016-11-19 Øyvind Kolåsextension/fast-float: gain some speed by ignoring a...
2016-11-19 Øyvind Kolåsextensions/cairo: remove ; now unused; LUT
2016-11-19 Øyvind Kolåsfast-float: make float to cairo conversion take clippin...
2016-11-19 Øyvind Kolåsbabl-fish-path: add some specific conversion targeted...
2016-11-19 Øyvind Kolåstools: add babl-verify start of an development aid...
2016-11-19 Øyvind Kolåsfast-float: implement linear interpolation in LUT
2016-11-17 Øyvind Kolåsextensions/gggl-lies: bump up accuracy of a conversion
2016-11-17 Øyvind Kolåsfast-float: use higher accuracy LUTs and rework some...
2016-11-17 Øyvind Kolåscairo: pad with 255 instead of copy of color for 24bit...
2016-11-17 Øyvind Kolåscairo: slight improvements to speed and accuracy
2016-11-17 Øyvind Kolåsextensions/cairo: remove some arithmetic
2016-11-16 Øyvind Kolåschange default BABL_TOLERANCE to 0.000006
2016-11-16 Øyvind Kolåsextensions/cairo: replace hard-coded LUT with runtime LUT
2016-11-16 Øyvind Kolåsadd single precision versions of linear/gamma conversions
2016-11-16 Øyvind Kolåsfast-float: tweak lut generation
2016-11-15 Øyvind Kolåsbabl-cache: attempt to make things barely compile on...
2016-11-15 Øyvind Kolåsstore cached fishes in ~/.cache/babl
2016-11-15 Øyvind Kolåsbabl-cache: remove unneeded switch
2016-11-15 Øyvind Kolåsreduce default max babl path to 3
2016-11-15 Øyvind Kolåsbabl-cache: add a 1% probability of cached conversions...
2016-11-15 Øyvind Kolåsbabl-cache: store tolerance as part of cache versioning
2016-11-15 Øyvind Kolåsmove fish cache to own .c file
next